home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / XMash_V1.2 / Install_Libraries < prev    next >
Text File  |  1996-09-26  |  338b  |  20 lines

  1. echo "Do you want to install the following librarys to LIBS:"
  2. echo ""
  3. type versionlist
  4. echo ""
  5. ask "Yes/No ?"
  6. if warn
  7.   copy libs libs: all
  8.   if warn
  9.     echo "Installation Of Library Files Failed."
  10.     echo "Please Check Your System"
  11.   else
  12.     echo "Installed OK"
  13.   endif
  14. else
  15.   echo "Cancelled!"
  16. endif
  17. ask "press RETURN to continue"
  18.  
  19.  
  20.